Turn `directory-sep-char' into a noop.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Jun 2010 14:13:35 +0000 (16:13 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Jun 2010 14:13:35 +0000 (16:13 +0200)
commitd544025b85fe654e30488164eef2af13b36b7b8e
treecc52adfe1e8d2795200188ee856431545eb4a7ed
parent43334b5c6d6c675862361b2113fd8debc31944c5
Turn `directory-sep-char' into a noop.

* lisp/subr.el (directory-sep-char): Move from fileio.c and make a defconst.

* src/emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
  call dostounix_filename directly.

* src/fileio.c (CORRECT_DIR_SEPS): Remove.
  (Ffile_name_directory, directory_file_name, Fexpand_file_name)
  (Fsubstitute_in_file_name): Use dostounix_filename instead.
  (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
  (syms_of_fileio) <directory-sep-char>: Move to subr.el.

* src/lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
  (DIRECTORY_SEP): Define unconditionally.

* src/w32proc.c (CORRECT_DIR_SEPS): Remove.
  (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.

* src/s/ms-w32.h (DIRECTORY_SEP): Remove.
lisp/ChangeLog
lisp/subr.el
src/ChangeLog
src/emacs.c
src/fileio.c
src/lisp.h
src/s/ms-w32.h
src/w32proc.c